| اسم العميل |
اصل المبلغ |
المدفوع |
عدد الاقساط المتبقيه |
اجمالي الاقساط المتبقيه |
عدد الاقساط المتاخره |
اجمالي الاقساط المتاخره |
التفاصيل |
{foreach $allData as $single}
| {$single->clientname} |
{$single->totalPremium} |
{$single->restPremium} |
{if $single->totalnotpayed}{$single->totalnotpayed}{else}0{/if} |
{$single->totalValueNotPayed - $single->totalRestNotPayed} |
{if $single->totalLate}{$single->totalLate}{else}0{/if} |
{if $single->totalValueLate}{$single->totalValueLate - $single->totalRestNotPayed}{else}0{/if} |
|
{/foreach}
اجمالى اصل المبلغ {$totalPremium}
اجمالى المدفوع {$restPremium}
اجمالى عدد الاقساط المتبقي {$totalValueNotPayed}
اجمالى الاقساط المتاخره {$totalValueLate}